home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 001-010 / amok07 / soundtask / soundtask.readme < prev    next >
Encoding:
Text File  |  1993-11-04  |  671 b   |  23 lines

  1.  
  2.  
  3.                            SoundTask
  4.                         ===============
  5.  
  6.                     1988 by Fridtjof Siebert.
  7.                           Nobileweg 67
  8.                         7000 Stuttgart-40
  9.  
  10.  
  11.       This demonstrates how to play double-buffered sounds with a
  12.       second Task. A sinus-sound can be modified by moving the
  13.       mouse up and down. This is a MODULA-II version of the sound-
  14.       example of the Libraries & Devices Manual, which does the
  15.       same with an interrupt.
  16.  
  17.       I couldn't call BeginIO() from my Interrupt procedure without
  18.       crashing the machine, so I had to create a task to feed the
  19.       Audio.Device.
  20.  
  21.  
  22. ---  Fridtjof.
  23.